home *** CD-ROM | disk | FTP | other *** search
/ Utilities Professional 1-1500 / Utilities Professional 1-1500 (1994)(WPD)[!].iso / 12511500 / var1308.dms / var1308.adf / DNET2_10.LHA / DNet / Amiga / REQUIREMENTS < prev    next >
Text File  |  1989-12-11  |  2KB  |  69 lines

  1.  
  2.     DNET (c)Copyright 1987-1989 Matthew Dillon, All Rights Reserved
  3.  
  4.     Matthew Dillon
  5.     891 Regal Rd
  6.     Berkeley, Ca. 94708
  7.     USA
  8.  
  9.     ...!ihnp4!ucbvax!dillon     USENET
  10.     dillon@ucbvax.Berkeley.edu    ARPANET
  11.     ucbvax.berkeley.edu pub/amiga    ARPANET-FTP
  12.  
  13.     CHANGES THIS VERSION:
  14.     7 bit support
  15.  
  16.     files compile under Lattice C (and don't compile under Aztec C but
  17.     will eventually compiler under the new Aztec).
  18.  
  19.  
  20.              REQUIREMENTS TO RUN DNET ON AN AMIGA
  21.     (This distribution contains the necessary files for running dnet)
  22.  
  23.     ENV: must exist.  DNet creates and references ENV: variables
  24.  
  25.     DPIPE:        Required only if you intend to run remote CLIs
  26.             (SCLI needs it).  A proper Mountlist entry must be
  27.             added and l:dpipe-handler must be installed.
  28.  
  29.     DEVS:SERIAL.DEVICE    MUST be the 1.3 serial.device (from your 1.3
  30.                 workbench disk) for reliable operation.
  31.     S:DNET.SERVERS    must exist and must contain proper paths to
  32.              the various servers.
  33.     S:DNET.CONFIG    must exist
  34.     <dnet binaries>    All the DNet binaries must be in your path
  35.  
  36.     * read the README file for installation instructions
  37.  
  38.     * files available via USMail or ARPANet FTP to ucbvax.berkeley.edu,
  39.         in the pub/amiga directory as dnet.amiga.bin.tar.Z
  40.  
  41.                 FTP/ARPANET ACCESS
  42.  
  43.     ucbvax.berkeley.edu,    anonymous login, directory pub/amiga
  44.  
  45.  
  46.            REQUIREMENTS TO COMPILE DNET FOR AN AMIGA
  47.      (This distribution does not contain all files required for compiling)
  48.  
  49.            NOTE: SOURCE / MAKEFILES ARE FOR LATTICE C
  50.            NOTE: the source directory structure must be maintained
  51.              as is.  You MUST modify the DMakefile's in the
  52.              source directories to fix the paths to your needs.
  53.  
  54.     Restore        -My backup/restore program ... only needed if DNet
  55.              is packaged in a .bak file to unpack it.
  56.     DMake        -My make program
  57.     List        -Amiga OS V1.3 C:List (on the 1.3 workbench disk)
  58.     sup32.lib        -My support library
  59.     local/*.h        -#include's for my support library
  60.  
  61.     <dnet-amiga-source> -Source to all the clients, servers, and protocol
  62.              driver.
  63.  
  64.     <dnet-amiga-source> is available via USMail or ARPANet FTP.  ARPANET
  65.  
  66.     FTP: ucbvax.berkeley.edu, anonymous login, pub/amiga directory
  67.  
  68.  
  69.